Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services
/
HealthService
Health
Service
class
HealthService
(
val
client
:
PocketbaseClient
)
:
BaseService
Members
Constructors
Health
Service
Link copied to clipboard
constructor
(
client
:
PocketbaseClient
)
Types
Health
Responses
Link copied to clipboard
@
Serializable
data
class
HealthResponses
(
val
code
:
Int
,
val
message
:
String
)
Properties
client
Link copied to clipboard
val
client
:
PocketbaseClient
Functions
health
Check
Link copied to clipboard
suspend
fun
healthCheck
(
fields
:
ShowFields
=
ShowFields()
)
:
HealthService.HealthResponses
Returns the health status of the server.